home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / dflat2.zip / HELP.C < prev    next >
Text File  |  1991-02-18  |  255b  |  15 lines

  1. /* ------------ help.c ----------- */
  2.  
  3. #include <stdio.h>
  4. #include <string.h>
  5. #include "dflat.h"
  6.  
  7. int HelpBoxProc(WINDOW wnd, MESSAGE msg, PARAM p1, PARAM p2)
  8. {
  9.     return BaseWndProc(HELPBOX, wnd, msg, p1, p2);
  10. }
  11.  
  12. void HelpFunction(void)
  13. {
  14. }
  15.